projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ce252
)
Use _WIN32 instead of WIN32
author
Tor Lillqvist
<tml@iki.fi>
Fri, 29 Jan 2010 09:56:24 +0000
(11:56 +0200)
committer
Tor Lillqvist
<tml@iki.fi>
Fri, 29 Jan 2010 09:56:24 +0000
(11:56 +0200)
babl/babl-mutex.h
patch
|
blob
|
history
diff --git
a/babl/babl-mutex.h
b/babl/babl-mutex.h
index 1636da3671b4357cce436dbb8e16b9b212f03317..99fdbaa1c2b6af891d4825826ec94dd46eb1eeea 100644
(file)
--- a/
babl/babl-mutex.h
+++ b/
babl/babl-mutex.h
@@
-19,14
+19,14
@@
#ifndef _BABL_MUTEX_H
#define _BABL_MUTEX_H
-#ifndef WIN32
+#ifndef
_
WIN32
#define __USE_GNU 1
#include <pthread.h>
#else
#include <windows.h>
#endif
-#ifdef WIN32
+#ifdef
_
WIN32
typedef CRITICAL_SECTION BablMutex;
#else
typedef pthread_mutex_t BablMutex;